home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1185 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: news.iadfw.net!usenet
  2. From: jakramer@airmail.net (JA Kramer)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: REQ: HEATING OIL DEGREE DAY FORMULA
  5. Date: Tue, 09 Jan 1996 22:13:07 GMT
  6. Organization: customer of Internet America
  7. Message-ID: <4cui4p$nce@news-f.iadfw.net>
  8. References: <4cbpvc$p70@newsbf02.news.aol.com> <4cc9fi$mda@ritz.cec.wustl.edu>
  9. NNTP-Posting-Host: dal14-14.ppp.iadfw.net
  10. X-Newsreader: Forte Free Agent v0.55
  11.  
  12. daf1@ritz.cec.wustl.edu (Danyel A Fisher) wrote:
  13.  
  14. >In article <4cbpvc$p70@newsbf02.news.aol.com>, XSCBob <xscbob@aol.com> wrote:
  15. >>I am working on a project which involves the computation of what the
  16. >>heating oil industry calls DEGREE DAYS.  It seems that it is a calculation
  17. >>based on the average temperature per day.  The colder the days the sooner
  18. >>customers will need their tanks filled.  Does anyone know of this formula?
  19. >> Please email me directly at XSCBob@aol.com
  20.  
  21. >Sure.  It's printed in your daily paper.  Essentially, the industry picks the
  22. >temperature that is to be considered "room temp."  Let temp[i] be the temperature
  23. >of the day on day i.
  24.  
  25. >A month's degree days is just SUMMATION(i=first day to i=last day) roomTemp - temp[i].
  26. >That is, the number of degrees needed to have a house heated to room temperature
  27. >across all days.  (Actually, that should be an absolute value sign: degree days
  28. >is a measure of temperature adjustment) 
  29. >-- 
  30. >Aside from the inspiration,   | Danyel Fisher       | if two wrongs don't make
  31. >the rest is mechanical -Roman | daf1@cec.wustl.edu | a right, three lefts do!
  32.  
  33. Look in the "Places Rated Almanac" as they give the formula. They used
  34. 65 degrees as the "room temp." I wouldn't know if that is
  35. standardized. I don't have it presently, but another question to
  36. consider is do you use the "high", "low," or "average" daily
  37. temperature. My own guesstimate would be to utilize the "average" as
  38. it may be a better indicator of oil consumption.
  39.  
  40. John Kramer
  41.  
  42.